Android log priority values, in increasing order of priority.
Identifies a specific log buffer for __android_log_buf_write() and __android_log_buf_print().
Writes an assertion failure to the log (as ANDROID_LOG_FATAL) and to stderr, before calling abort(3).
Writes a formatted string to log buffer id, with priority prio and tag tag. The details of formatting are the same as for printf(3).
Writes the constant string text to the log buffer id, with priority prio and tag tag.
Writes a formatted string to the log, with priority prio and tag tag. The details of formatting are the same as for printf(3).
Equivalent to __android_log_print, but taking a va_list. (If __android_log_print is like printf, this is like vprintf.)
Writes the constant string text to the log, with priority prio and tag tag.